home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / bprogrms / mawin10c.zip / _SETUP.1 / daily.dcf < prev    next >
Text File  |  1997-01-27  |  3KB  |  58 lines

  1. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  2. // The Market Analyzer for Windows
  3. // (C) Copyright 1994, 1995, 1996, 1997
  4. //     by Jim Dowdle
  5. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  6.  
  7. // Daily Download Command File
  8.  
  9. // Simply list .qtl (QuoteList) files in the order you wish to download your quotes
  10.  
  11. // Detailed instructions on what site to use and decoding/parsing formats are
  12. // contained in each .qcf (Quote Configuration File) for each of the following
  13. // (eg. watch.qcf)
  14. // The .qtl may be accessed and edited from the .qtl Windows for these files
  15.  
  16. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  17.  
  18. // watch.qtl contains your stocks, funds, etc. of primary interest in one place
  19. // edit it to meet your needs from the .qtl window
  20.  
  21. watch.qtl
  22.  
  23. // us_mark.qtl is a backup file for market quotes
  24. // sometimes, the primary site specified in watch.qcf will not provide a daily update
  25. // then, the quote will automatically be updated from the alternate site in us_mark.qtl
  26.  
  27. // daily quotes are updated in the order specified herein.  when a second quote is requested
  28. // for the same quote file (not the same as symbol), the request will be ignored if a valid
  29. // quote for that day has already been obtained.  this is to prevent multiple quotes being stored.
  30.  
  31. us_mark.qtl
  32.  
  33. // put all your funds here, but funds of primary interest may also be put in watch.qtl
  34.  
  35. funds.qtl
  36.  
  37. // put all stocks here
  38.  
  39. stocks.qtl
  40.  
  41. // guess what you put here
  42.  
  43. indices.qtl
  44.  
  45. // actually, you may use any naming convention you wish, by editing/copying the sample
  46. // .qtl files as well as this file.  
  47. // Note that the extensions are hard coded, and must be adhered to.
  48. // Sites used may be used by changing the corresponding .qcf files
  49. // This will involve a detailed examination of the site .html format and editing of parsing
  50. // instructions.  Methods are spelled out in the builtin Help.
  51.  
  52. // If you have pulled up this file by external brousing, note that it is also accessable
  53. // under the options menu from the MAWIN market analysis environment.
  54.  
  55. // lines which begin with // are ignored, and may be eliminated or reordered as you wish.
  56.  
  57. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  58.